Articles Search Results

  1. Monitoring Tools For Windows Monitoring your server resources is a critical part of server management. This guide will show you how to monitor different resources on your server and identify when it may be time to think about upgrading to get more resources. How to Access th... Read More
  2. What is the connection string for my mariaDB database? If you want to connect from your site to your mariaDB database, please use: Server=localhost; Port=3306; Database={database}; Uid={user}; Pwd={password} {user} = the db username that you created on our Control Panel {password} = the db passw... Read More
  3. How to solve the Let’s Encrypt SSL on ASP.NET Core Problem: Let's Encrypt SSL fails to work even it has been activated on the Control Panel Solution:  This solution applies to ASP.NET Core application with MVC The problem is that Let's Encrypt SSL targets a folder .well-know inside th... Read More
  4. How To Configure Secure Updates and Installations in WordPress on Ubuntu WordPress is the most popular CMS (content management system) used on the internet today. While many people use it because it is powerful and simple, sometimes people make a trade-off for convenience at the expense of security. This is the case in ho... Read More
  5. How To Use WP-CLI to Manage your WordPress Site from the Command Line WordPress is an extremely popular blogging and Content Management System (CMS) used by millions of websites. It can be used to easily organize, manage, and create content on the web and handle interactions with visitors and contributors. Although mos... Read More
  6. How To Configure Single and Multiple WordPress Site Settings with Nginx WordPress is the most popular CMS (content management system) used on the internet today. WordPress sites can be served using a HTTP server such as Apache or NGINX, while Apache is a great option to serve websites, many sites have moved to NGINX beca... Read More
  7. How To Install Wordpress with nginx on CentOS 6 Wordpress is a free and open source website and blogging tool that uses php and MySQL. It was created in 2003 and has since then expanded to manage 22% of all the new websites created and has over 20,000 plugins to customize its functionality. Setup ... Read More
  8. How To Create Nagios Plugins With Bash On CentOS 6 Bash is a popular command processor available on Linux by default. This time, we will expand on this idea and create Nagios plugins using Bash. Step 1 - Install RPMForge Repository and NRPE on client rpm -ivh http://pkgs.repoforge.org/rpmforge-rele... Read More
  9. How To Create Nagios Plugins With PHP On CentOS 6 PHP is a popular programming language that allows you to quickly create scripts and install additional libraries. This time, we will expand on this idea and create Nagios plugins using PHP. Step 1 - Install RPMForge Repository and NRPE on client rp... Read More
  10. How To Create Nagios Plugins With Perl On CentOS 6 Perl is a popular programming language that allows you to quickly create scripts and install additional libraries. This time, we will expand on this idea and create Nagios plugins using Perl. Step 1 - Install RPMForge Repository and NRPE on client ... Read More
Displaying 1 to 10 out of 78 articles found First Page Previous Page Page 1 of 8 Next Page Last Page